home *** CD-ROM | disk | FTP | other *** search
- %case sourcefile%
- %if rsrcID > 999%
- %genfile window U+windname+.cp%
- %genfile window.h U+windname+.h%
- %endif%
- %case includeWindow%
- %if rsrcID > 999%
- #ifndef __U%windname%__
- #include "U%windname%.h"
- #endif
-
- %endif%
- %case dependency%
- %if rsrcID > 999%
- "{SrcApp}U%windname%.h" ∂
- %endif%
- %case makeDepend%
- %if rsrcID > 999%
-
- "{ObjApp}U%windname%.cp.o"% %ƒ "{SrcApp}U%windname%.cp" ∂
- "{SrcApp}U%windname%.h" ∂
- "{SrcApp}ResourceDefs.h" ∂
- {CPlusLoad}
- %endif%
- %case makeWindow%
- %if rsrcID > 999%
- aWindow = New%windname% (this);
- %endif%
- %case linkFile%
- %if rsrcID > 999%
- "{ObjApp}U%windname%.cp.o" ∂
- %endif%
-